ArcPadScripting
HatchStyle

HatchStyle constants

Constant Value Description
apHatchDiagonalCross 5 Diagonal cross hatch style.
apHatchCross 4 Cross hatch style.
apHatchDownwardDiagonal 3 Downward diagonal hatch style.
apHatchUpwardDiagonal 2 Upward diagonal hatch style.
apHatchVertical 1 Vertical hatch style.
apHatchHorizontal 0 Horizontal hatch style.

Remarks
Use these constants with the FillHatch property of the Symbol object.
Applies To